-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: fix workflow configmap argument cannot be referenced as local variable. Fixes #6869 #6898
Conversation
…ariable; fixes-6869 Signed-off-by: smile-luobin <luobin_smile@163.com>
Codecov Report
@@ Coverage Diff @@
## master #6898 +/- ##
==========================================
- Coverage 48.53% 48.47% -0.07%
==========================================
Files 265 265
Lines 19259 19262 +3
==========================================
- Hits 9348 9337 -11
- Misses 8860 8876 +16
+ Partials 1051 1049 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The changes look good. Would you like to add an example for this that's being tested in the CI? You can follow the existing examples on configmapRef.
Signed-off-by: smile-luobin <luobin_smile@163.com>
done |
Signed-off-by: smile-luobin <luobin_smile@163.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thank you for your contribution!
…ariable. Fixes argoproj#6869 (argoproj#6898) Signed-off-by: kriti-sc <kathuriakriti1@gmail.com>
Signed-off-by: smile-luobin luobin_smile@163.com
Tips:
git commit --signoff
.make pre-commit -B
to fix codegen or lint problems.